object SearchForm: TSearchForm Left = 192 Top = 103 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Find...' ClientHeight = 168 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 52 Width = 45 Height = 13 Caption = 'IP to find:' end object Edit1: TEdit Left = 96 Top = 48 Width = 249 Height = 21 TabOrder = 0 end object Button1: TButton Left = 96 Top = 120 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 216 Top = 120 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end end